←Select platform

FindSeries(string,string,List<SeriesInfo>) Method

Summary

Finds all series that match the specified search criteria.

Syntax

C#
VB
C++
public ControllerReturnCode FindSeries( 
   string patientId, 
   string studyInstanceUid, 
   List<SeriesInfo> series 
) 
Public Function FindSeries( 
   ByVal patientId As String, 
   ByVal studyInstanceUid As String, 
   ByVal series As System.Collections.Generic.List(Of Leadtools.Medical.WebViewer.ExternalControl.SeriesInfo) 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ FindSeries( 
      String^ patientId, 
      String^ studyInstanceUid, 
      System::Collections::Generic::List<Leadtools::Medical::WebViewer::ExternalControl::SeriesInfo^>^ series 
   ) 

Parameters

patientId

The patient's ID for which to search.

studyInstanceUid

The UID for the Study Instance.

series

List of SeriesInfo objects that will be updated with the results of the search.

Return Value

A ControllerReturnCode value indicating the results of the search.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly